Attribute
|
Meaning
|
Keep Alive
|
Indicates if the server supports kepp-alive connections.
|
Code
|
Response Code (See Here)
|
Has Content Length
|
Indicates if the resource size is in the headers.
|
Content Length
|
Resource size (if Has Content Length is true)
|
Resp Version
|
HTTP protocol used in deleivering the headers. (HTTP 1.0 or HTTP 1.1)
|
Location
|
if Code is 302 (HTTP redirect) then this is the redirection target.
|
Proxy Connection
|
KEEP-ALIVE - The connection should be maintained for subsequent use.
CLOSE - The connection should be closed.
|
Server Software
|
The name of the Webserver software (and optionally OS name + some loaded server modules)
|
Cache Control
|
CacheControl indicates the behavior that prevents a cache server from adversely interfering with the request or response, and generally override the default caching algorithms.
|
Connection
|
Desired options for a particular connection
|
Range Start
|
Request can specifiy a range start (resource byte offset).request config not implemented yet.
|
Range End
|
Request can specifiy a range end (resource byte offset).request config not implemented yet.
|
Content-Type
|
The type of the response. Example text/html for a web page, application/octet-stream for an application.
|
Content Version
|
ContentVersion is a String property that represents the version tag associated with a rendition of an entity. Example: "derived-from" allows access to multiple versions of the same server resource.
|
Content Encoding
|
Character encoding of the response.
|
Content Lanuage
|
Response language. Example en-us
|
Pragma
|
Optional HTTP server directives
|
Request Date
|
The date the request was made.
|
Expires Date
|
The date the resource expires
|
Modified Date
|
the date the requested resource was last modified.
|
Raw Headers
|
All the response header text.
|
Response Status
|
Status line of the response.
|